home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / ctutor2.zip / WRTSOME.C < prev   
C/C++ Source or Header  |  1987-07-04  |  63b  |  5 lines

  1. main()
  2. {
  3.    printf("This is a line of text to output.");
  4. }
  5.